runtime.puintptr.set (method)
12 uses
runtime (current package)
proc.go#L1704: mp.nextp.set(p)
proc.go#L2767: mp.nextp.set(pp)
proc.go#L3016: nmp.nextp.set(pp)
proc.go#L3185: mp.nextp.set(pp)
proc.go#L4473: gp.m.oldp.set(pp)
proc.go#L5680: mp.p.set(pp)
proc.go#L5685: mp.p.set(phold)
proc.go#L5831: pp.link.set(runnablePs)
proc.go#L5896: gp.m.p.set(pp)
proc.go#L6026: mp.nextp.set(pp)
proc.go#L6624: sched.pidle.set(pp)
runtime2.go#L296: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |